home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / c / asyncio / asyncio.readme < prev    next >
Text File  |  1997-12-01  |  1KB  |  32 lines

  1. short:    AsyncIO library for fast IO. V39.2a
  2. uploader: cmh@lls.se (Magnus Holmgren)
  3. type:     dev/c
  4.  
  5. This link library (optionally shared library) provides DOS-like functions
  6. for using double buffered asyncronous IO on files. This provides very good
  7. performance on DMA devices.
  8.  
  9. The code was originally written by Martin Taillefer. A few bug fixes and
  10. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  11. Barthel.
  12.  
  13. News in version 39.2a
  14.  
  15.     AsyncIO.guide was missing from the archive, making it difficult for
  16.     new users of AsyncIO. Also added a few icons. These are the only
  17.     changes in this    release.
  18.  
  19. Re-release of version 39.2
  20.  
  21.     The version string in the last archive wasn't correct. This is the
  22.     only thing changed in this release.
  23.  
  24. News in version 39.2:
  25.  
  26.     Fixed bugs in ReadLineAsync(), ReadCharAsync() and WriteCharAsync().
  27.  
  28.     SeekAsync() is now more DOS-compatible, in that it allows seeks to
  29.     succeed after seeks past EOF. Thus, it is now possible to seek back
  30.     to a valid position in the file and continue reading there.
  31.  
  32.